GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / SetFormFieldBackgroundColor_3 Method





In This Topic
SetFormFieldBackgroundColor_3 Method (GdPicturePDF)
In This Topic
Syntax
'Declaration
 
Public Function SetFormFieldBackgroundColor_3( _
   ByVal FieldId As Integer, _
   ByVal ChildIdx As Integer, _
   ByVal Red As Byte, _
   ByVal Green As Byte, _
   ByVal Blue As Byte _
) As GdPictureStatus
public GdPictureStatus SetFormFieldBackgroundColor_3( 
   int FieldId,
   int ChildIdx,
   byte Red,
   byte Green,
   byte Blue
)
public function SetFormFieldBackgroundColor_3( 
    FieldId: Integer;
    ChildIdx: Integer;
    Red: Byte;
    Green: Byte;
    Blue: Byte
): GdPictureStatus; 
public function SetFormFieldBackgroundColor_3( 
   FieldId : int,
   ChildIdx : int,
   Red : byte,
   Green : byte,
   Blue : byte
) : GdPictureStatus;
public: GdPictureStatus SetFormFieldBackgroundColor_3( 
   int FieldId,
   int ChildIdx,
   byte Red,
   byte Green,
   byte Blue
) 
public:
GdPictureStatus SetFormFieldBackgroundColor_3( 
   int FieldId,
   int ChildIdx,
   byte Red,
   byte Green,
   byte Blue
) 

Parameters

FieldId
ChildIdx
Red
Green
Blue
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members